Also, fixing some indentation problems
context->prepare_func = prepare_func;
context->update_func = update_func;
- return context;
+ return context;
}
/* Incremental load clean up. */
static gboolean gdk_pixbuf__qtif_image_stop_load (gpointer data, GError **error)
{
QTIFContext *context = (QTIFContext *)data;
- gboolean ret;
+ gboolean ret = TRUE;
if(context->loader != NULL)
{
}
}
g_free(context);
- return ret;
+
+ return ret;
}
/* Create a new GdkPixbufLoader and connect to its signals. */